home *** CD-ROM | disk | FTP | other *** search
- ; Most work is done by InitCD
-
- SetENV CDBoot TRUE
-
-
- ; Allow alternative screenmodes
- ; via JoyPad
- joypad >NIL:
- joypad REW GREEN
- if WARN
- setenv CUCDscreen NTSC
- endif
- joypad REW BLUE
- if WARN
- setenv CUCDscreen VGA
- :Storage/Monitors/DblPAL
- :Prefs/ScreenMode from :Prefs/Presets/VGA USE
- setenv VisageOpts MONITOR=DblPAL
- endif
- ; or Function keys
- KeyPressed 85
- if WARN
- setenv CUCDscreen NTSC
- endif
- KeyPressed 89
- if WARN
- setenv CUCDscreen VGA
- endif
-
- ;Copy >NIL: S:ramicon Ram:Disk.info
- ;Run >NIL: C:pronet-server
- Run >NIL: JoyMouse
- SYS:System/RexxMast >NIL:
-
- Execute :InitCD
-
-